home *** CD-ROM | disk | FTP | other *** search
- Path: news.nstn.ca!news
- From: keichele@ac.dal.ca (Klaus Eichele)
- Newsgroups: comp.lang.c++
- Subject: Re: BC450RTL.DLL problem
- Date: Thu, 01 Feb 1996 04:52:58 GMT
- Organization: Dalhousie University
- Message-ID: <4ep2uq$emg@news.nstn.ca>
- References: <4ep0jl$3po@epx.cis.umn.edu>
- NNTP-Posting-Host: rewasylishen.chem.dal.ca
- X-Newsreader: Forte Free Agent 1.0.82
-
- Jesse Yang <jyang@i-tech.com> wrote:
-
- >I have recently created a DLL in Borland 4.52 environment, I tried
- >to use it in Delphi environment. When I tried on my machine which
- >has both Borland and Delphi installed, I could call functions
- >exported from the DLL without problem, but when I tried on other
- >machine that has only Delphi installed, the test program started
- >to ask for 'BC450RTL.DLL', I looked into my project file from
- >which the DLL was created and tried to disable some flags so that
- >'BC450RTL.DLL' won't be needed by my DLL, however I couldn't
- >figure out how can I do that.
-
- >The funny thing is when I created a DLL using the same source code
- >in Visual C++ 1.52 environment, Delphi program can call that DLL
- >without any problem, it didn't ask for anything (the machine only
- >has Delphi on it).
-
- >Can anyone tell we what is happenning here and who can I disable
- >'BC450RTL.DLL'.
-
- >Please send mail to 'jyang@i-tech.com'
-
- Hi,
- in the Borland IDE, with the project in view and the node of the
- executable highlighted (in your case the one with [.DLL]), call up
- TargetExpert. On the left side, where several standard library options
- are listed, you probably have the checkbox 'Dynamic' checked. Switch
- this to 'Static' and rebuild your project. Now the DLL should be
- independent of BC450RTL.DLL.
-
- You should also get another mailer (are you using Netscape?), because
- you are flooding this newsgroup with the same posting over and over.
-
- Good Luck,
- Klaus
- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- Klaus Eichele keichele@ac.dal.ca
- http://ac.dal.ca/~keichele/keichele.html
-
-